home *** CD-ROM | disk | FTP | other *** search
/ God is Closer Than You Think / God is Closer.iso / mac / GICTYT.swf / scripts / DefineSprite_321 / frame_51 / DoAction.as < prev   
Text File  |  2005-02-10  |  226b  |  14 lines

  1. back_mc.onRollOver = function()
  2. {
  3.    getUrl("lingo: cursor 280", "");
  4. };
  5. back_mc.onRollOut = function()
  6. {
  7.    getUrl("lingo: cursor -1", "");
  8. };
  9. back_mc.onRelease = function()
  10. {
  11.    gotoAndStop("in");
  12.    play();
  13. };
  14.